home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / zman.swf / scripts / DefineButton2_870 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2007-10-01  |  79 b   |  5 lines

  1. on(press){
  2.    this.prevFrame();
  3.    _parent.text_mc.gotoAndStop("login");
  4. }
  5.